Skip to content

meaghanjones/nineties_slang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text your friends 90s slang

By Stephanie Gurung and Meaghan Jones

With this application, a user can choose from a list of nineties slang phrases to send to a friend's phone. The phrase can also be accompanied by a totally phat nineties themed gif.

Technologies Used

  • Application: Ruby on Rails 5
  • Testing: Rspec, Capybara, VCR
  • Database: Postgres, ActiveRecord
  • API: Twilio

Installation

Install Text your friends 90s slang by cloning the repository.

$ git clone https://github.com/stephr3/twilio-nineties-slang

Check to make sure ruby and rails are installed on your machine.

$ ruby -v
$ rails -v

If they are not installed, please follow instructions here to install ruby on rails.

Install required gems:

$ bundle install

Run Postgres:

$ postgres

Navigate to project file and migrate database:

$ rake db: create
$ rake db: migrate

Start the Rails webserver:

$ rails server

Navigate to localhost:3000 in your browser of choice.

License

This software is licensed under the MIT license.
Copyright (c) 2016 Stephanie Gurung and Meaghan Jones

About

Practice with the Twilio API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published